var testing.shuffle

5 uses

	testing (current package)
		testing.go#L474: 	shuffle = flag.String("test.shuffle", "off", "randomize the execution order of tests and benchmarks")
		testing.go#L505: 	shuffle              *string
		testing.go#L2112: 	if *shuffle != "off" {
		testing.go#L2115: 		if *shuffle == "on" {
		testing.go#L2118: 			n, err = strconv.ParseInt(*shuffle, 10, 64)